{% load static %}
No | Symbol | Status | Buy time | Buy value | Buy price | Buy Qty | Buy fees | Sell time | Sell value | Sell price | Sell Qty | Sell fees | Profit | Profit % |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ order.symbol }} | {{ order.status }} | {{ order.buy_time }} | {{ order.buy_value }} | $ {{ order.buy_price }} | {{ order.buy_qty }} | $ {{ order.buy_fees_value }} | {{ order.sell_time }} | {% if order.sell_value != '' %} $ {{ order.sell_value }}{% endif %} | {{ order.sell_price }} | {{ order.sell_qty }} | {% if order.sell_fees_value != '' %} $ {{ order.sell_fees_value }}{% endif %} | {% if order.profit != '' %} $ {{ order.profit }}{% endif %} | {% if order.profit_perc != '' %} {{ order.profit_perc }} % {% endif %} |